﻿2026-07-06T14:14:00.4838191Z ##[group]Run actions/checkout@v5
2026-07-06T14:14:00.4839141Z with:
2026-07-06T14:14:00.4839573Z   repository: SaberMage/spt-core
2026-07-06T14:14:00.4842818Z   token: ***
2026-07-06T14:14:00.4843214Z   ssh-strict: true
2026-07-06T14:14:00.4843601Z   ssh-user: git
2026-07-06T14:14:00.4843992Z   persist-credentials: true
2026-07-06T14:14:00.4844412Z   clean: true
2026-07-06T14:14:00.4844808Z   sparse-checkout-cone-mode: true
2026-07-06T14:14:00.4845320Z   fetch-depth: 1
2026-07-06T14:14:00.4845752Z   fetch-tags: false
2026-07-06T14:14:00.4846149Z   show-progress: true
2026-07-06T14:14:00.4846545Z   lfs: false
2026-07-06T14:14:00.4846906Z   submodules: false
2026-07-06T14:14:00.4847321Z   set-safe-directory: true
2026-07-06T14:14:00.4847974Z ##[endgroup]
2026-07-06T14:14:00.5676588Z Syncing repository: SaberMage/spt-core
2026-07-06T14:14:00.5678624Z ##[group]Getting Git version info
2026-07-06T14:14:00.5679580Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-06T14:14:00.5680886Z [command]/usr/bin/git version
2026-07-06T14:14:00.5681345Z git version 2.43.0
2026-07-06T14:14:00.5682697Z ##[endgroup]
2026-07-06T14:14:00.5689705Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/bf3060c8-f1f6-43ff-bfe5-2571c19cfa99' before making global git config changes
2026-07-06T14:14:00.5691174Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T14:14:00.5692919Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-06T14:14:00.5724798Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-06T14:14:00.5743885Z https://github.com/SaberMage/spt-core
2026-07-06T14:14:00.5753977Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T14:14:00.5756565Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T14:14:00.5774725Z HEAD
2026-07-06T14:14:00.5808261Z ##[endgroup]
2026-07-06T14:14:00.5809166Z [command]/usr/bin/git submodule status
2026-07-06T14:14:00.5990737Z ##[group]Cleaning the repository
2026-07-06T14:14:00.5992828Z [command]/usr/bin/git clean -ffdx
2026-07-06T14:14:01.9893193Z Removing target/
2026-07-06T14:14:01.9902137Z [command]/usr/bin/git reset --hard HEAD
2026-07-06T14:14:01.9966551Z HEAD is now at cb4a5ab18 chore(release): v0.27.0 — WORKER-TRUTH milestone (counter 47)
2026-07-06T14:14:01.9973677Z ##[endgroup]
2026-07-06T14:14:01.9975590Z ##[group]Disabling automatic garbage collection
2026-07-06T14:14:01.9979096Z [command]/usr/bin/git config --local gc.auto 0
2026-07-06T14:14:02.0005759Z ##[endgroup]
2026-07-06T14:14:02.0006206Z ##[group]Setting up auth
2026-07-06T14:14:02.0011349Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T14:14:02.0036971Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-06T14:14:02.0240567Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T14:14:02.0277126Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-06T14:14:02.0484133Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T14:14:02.0511881Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T14:14:02.0700994Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-06T14:14:02.0730265Z ##[endgroup]
2026-07-06T14:14:02.0730749Z ##[group]Fetching the repository
2026-07-06T14:14:02.0737962Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +cb4a5ab18697777999bb38a31e241240834dbe13:refs/tags/v0.27.0
2026-07-06T14:14:02.5210697Z ##[endgroup]
2026-07-06T14:14:02.5211350Z ##[group]Determining the checkout info
2026-07-06T14:14:02.5212146Z ##[endgroup]
2026-07-06T14:14:02.5218142Z [command]/usr/bin/git sparse-checkout disable
2026-07-06T14:14:02.5261846Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-06T14:14:02.5289443Z ##[group]Checking out the ref
2026-07-06T14:14:02.5293893Z [command]/usr/bin/git checkout --progress --force refs/tags/v0.27.0
2026-07-06T14:14:02.5349699Z HEAD is now at cb4a5ab18 chore(release): v0.27.0 — WORKER-TRUTH milestone (counter 47)
2026-07-06T14:14:02.5354896Z ##[endgroup]
2026-07-06T14:14:02.5403214Z [command]/usr/bin/git log -1 --format=%H
2026-07-06T14:14:02.5433751Z cb4a5ab18697777999bb38a31e241240834dbe13
